πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Precision.md by @KGBicheno β˜†

precision

Go back to the [[AI Glossary]]

A metric for classification models. Precision identifies the frequency with which a model was correct when predicting the positive class. That is:

$$ \text Precision = \frac{True Positives}{True Positives + False Positives} $$